BaseSubsystem.ConfiguredIos property
Configures the settings of a simulated I/O module.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
IList<IoConfiguration> ConfiguredIos { get; set; }
Property ConfiguredIos As IList(Of IoConfiguration)
Property value
Type: IList<IoConfiguration>
Remarks
Allows for simulation of expected behavior when using a simulated I/O module.
Usable EtherCAT states
ecatOffline, ecatOP
See also